﻿2026-07-10T09:12:14.7384794Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-10T09:12:14.7385189Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-10T09:12:14.7385453Z [36;1m$PIN = "0c95435"[0m
2026-07-10T09:12:14.7385766Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-10T09:12:14.7386682Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-10T09:12:14.7387128Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-10T09:12:14.7387575Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-10T09:12:14.7387906Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-10T09:12:14.7388215Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-10T09:12:14.7388471Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-10T09:12:14.7388775Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-10T09:12:14.7389134Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-10T09:12:14.7389455Z [36;1m}[0m
2026-07-10T09:12:14.7389648Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-10T09:12:14.7389922Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T09:12:14.7466152Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-10T09:12:14.7466478Z ##[endgroup]
2026-07-10T09:12:17.5932689Z    Compiling proc-macro2 v1.0.106
2026-07-10T09:12:17.5932991Z    Compiling quote v1.0.45
2026-07-10T09:12:17.5933328Z    Compiling unicode-ident v1.0.24
2026-07-10T09:12:17.5933566Z    Compiling cfg-if v1.0.4
2026-07-10T09:12:17.5933771Z    Compiling serde_core v1.0.228
2026-07-10T09:12:17.5933989Z    Compiling serde v1.0.228
2026-07-10T09:12:17.5934218Z    Compiling windows-link v0.2.1
2026-07-10T09:12:17.5934442Z    Compiling portable-atomic v1.13.1
2026-07-10T09:12:17.5934873Z    Compiling typenum v1.20.1
2026-07-10T09:12:17.5935282Z    Compiling getrandom v0.3.4
2026-07-10T09:12:17.5936274Z    Compiling version_check v0.9.5
2026-07-10T09:12:17.5936646Z    Compiling pin-project-lite v0.2.17
2026-07-10T09:12:17.5937123Z    Compiling memchr v2.8.1
2026-07-10T09:12:17.5937489Z    Compiling shlex v2.0.1
2026-07-10T09:12:17.5938204Z    Compiling critical-section v1.2.0
2026-07-10T09:12:17.5938592Z    Compiling find-msvc-tools v0.1.9
2026-07-10T09:12:17.6633693Z    Compiling windows-sys v0.61.2
2026-07-10T09:12:17.6671837Z    Compiling subtle v2.6.1
2026-07-10T09:12:17.7614242Z    Compiling equivalent v1.0.2
2026-07-10T09:12:17.8181762Z    Compiling futures-core v0.3.32
2026-07-10T09:12:17.8300443Z    Compiling smallvec v1.15.1
2026-07-10T09:12:17.8746738Z    Compiling itoa v1.0.18
2026-07-10T09:12:17.9043283Z    Compiling bytes v1.11.1
2026-07-10T09:12:17.9360351Z    Compiling semver v1.0.28
2026-07-10T09:12:17.9878189Z    Compiling stable_deref_trait v1.2.1
2026-07-10T09:12:18.0187365Z    Compiling generic-array v0.14.7
2026-07-10T09:12:18.1366191Z    Compiling log v0.4.32
2026-07-10T09:12:18.1619963Z    Compiling rustc_version v0.4.1
2026-07-10T09:12:18.1782605Z    Compiling slab v0.4.12
2026-07-10T09:12:18.2979270Z    Compiling rand_core v0.10.1
2026-07-10T09:12:18.3253400Z    Compiling futures-sink v0.3.32
2026-07-10T09:12:18.3648536Z    Compiling futures-io v0.3.32
2026-07-10T09:12:18.4494539Z    Compiling hashbrown v0.17.1
2026-07-10T09:12:18.4787505Z    Compiling rustversion v1.0.22
2026-07-10T09:12:18.4821060Z    Compiling futures-task v0.3.32
2026-07-10T09:12:18.5873822Z    Compiling futures-channel v0.3.32
2026-07-10T09:12:18.5914111Z    Compiling getrandom v0.2.17
2026-07-10T09:12:18.6268367Z    Compiling cpufeatures v0.2.17
2026-07-10T09:12:18.6419779Z    Compiling getrandom v0.4.2
2026-07-10T09:12:18.6493262Z    Compiling fnv v1.0.7
2026-07-10T09:12:18.6937390Z    Compiling libc v0.2.186
2026-07-10T09:12:18.7033010Z    Compiling strsim v0.11.1
2026-07-10T09:12:18.9686001Z    Compiling cfg_aliases v0.2.1
2026-07-10T09:12:19.1179736Z    Compiling jobserver v0.1.34
2026-07-10T09:12:19.1396122Z    Compiling writeable v0.6.3
2026-07-10T09:12:19.1624018Z    Compiling litemap v0.8.2
2026-07-10T09:12:19.1748697Z    Compiling autocfg v1.5.1
2026-07-10T09:12:19.1790949Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T09:12:19.2539581Z    Compiling dunce v1.0.5
2026-07-10T09:12:19.2683608Z    Compiling utf8_iter v1.0.4
2026-07-10T09:12:19.4080708Z    Compiling cc v1.2.63
2026-07-10T09:12:19.4762098Z    Compiling indexmap v2.14.0
2026-07-10T09:12:19.4805706Z    Compiling icu_properties_data v2.2.0
2026-07-10T09:12:19.5487140Z    Compiling fs_extra v1.3.0
2026-07-10T09:12:19.5499085Z    Compiling ident_case v1.0.1
2026-07-10T09:12:19.6940280Z    Compiling syn v2.0.117
2026-07-10T09:12:19.7106357Z    Compiling percent-encoding v2.3.2
2026-07-10T09:12:19.7267220Z    Compiling http v1.4.1
2026-07-10T09:12:19.7438359Z    Compiling cpufeatures v0.3.0
2026-07-10T09:12:19.7754182Z    Compiling crypto-common v0.1.7
2026-07-10T09:12:19.8092547Z    Compiling aws-lc-rs v1.17.0
2026-07-10T09:12:19.8329476Z    Compiling thiserror v2.0.18
2026-07-10T09:12:19.8539754Z    Compiling unicode-segmentation v1.13.3
2026-07-10T09:12:19.8588828Z    Compiling scopeguard v1.2.0
2026-07-10T09:12:19.9335657Z    Compiling form_urlencoded v1.2.2
2026-07-10T09:12:20.0885755Z    Compiling block-buffer v0.10.4
2026-07-10T09:12:20.1727329Z    Compiling cmake v0.1.58
2026-07-10T09:12:20.1988534Z    Compiling chacha20 v0.10.0
2026-07-10T09:12:20.2396495Z    Compiling winapi v0.3.9
2026-07-10T09:12:20.3159215Z    Compiling lock_api v0.4.14
2026-07-10T09:12:20.3217149Z    Compiling untrusted v0.9.0
2026-07-10T09:12:20.3593822Z    Compiling bitflags v2.12.1
2026-07-10T09:12:20.3964404Z    Compiling digest v0.10.7
2026-07-10T09:12:20.4942539Z    Compiling num-traits v0.2.19
2026-07-10T09:12:20.6227254Z    Compiling windows-result v0.4.1
2026-07-10T09:12:20.6342564Z    Compiling windows-strings v0.5.1
2026-07-10T09:12:20.7558940Z    Compiling rustls v0.23.40
2026-07-10T09:12:20.8414653Z    Compiling rand v0.10.1
2026-07-10T09:12:20.8822672Z    Compiling heck v0.5.0
2026-07-10T09:12:20.8926165Z    Compiling convert_case v0.10.0
2026-07-10T09:12:20.9065036Z    Compiling const-oid v0.10.2
2026-07-10T09:12:20.9232420Z    Compiling unicode-xid v0.2.6
2026-07-10T09:12:20.9384408Z    Compiling anyhow v1.0.102
2026-07-10T09:12:21.0647179Z    Compiling atomic-waker v1.1.2
2026-07-10T09:12:21.1076309Z    Compiling parking_lot_core v0.9.12
2026-07-10T09:12:21.1536753Z    Compiling aws-lc-sys v0.41.0
2026-07-10T09:12:21.1852682Z    Compiling ring v0.17.14
2026-07-10T09:12:21.1962679Z    Compiling httparse v1.10.1
2026-07-10T09:12:21.2447301Z    Compiling zerocopy v0.8.50
2026-07-10T09:12:21.2479098Z    Compiling http-body v1.0.1
2026-07-10T09:12:21.2822662Z    Compiling hybrid-array v0.4.12
2026-07-10T09:12:21.3095123Z    Compiling curve25519-dalek v4.1.3
2026-07-10T09:12:21.3229411Z    Compiling ahash v0.8.12
2026-07-10T09:12:21.3986773Z    Compiling fastrand v2.4.1
2026-07-10T09:12:21.5136907Z    Compiling base64ct v1.8.3
2026-07-10T09:12:21.5252575Z    Compiling powerfmt v0.2.0
2026-07-10T09:12:21.6813258Z    Compiling either v1.16.0
2026-07-10T09:12:21.7241254Z    Compiling deranged v0.5.8
2026-07-10T09:12:21.8479190Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T09:12:21.9261771Z    Compiling uuid v1.23.2
2026-07-10T09:12:21.9658309Z    Compiling rand_core v0.6.4
2026-07-10T09:12:22.0100253Z    Compiling num-conv v0.2.2
2026-07-10T09:12:22.0742258Z    Compiling try-lock v0.2.5
2026-07-10T09:12:22.1558018Z    Compiling tinyvec_macros v0.1.1
2026-07-10T09:12:22.2815770Z    Compiling time-core v0.1.8
2026-07-10T09:12:22.3361747Z    Compiling tower-service v0.3.3
2026-07-10T09:12:22.3807623Z    Compiling zmij v1.0.21
2026-07-10T09:12:22.3826512Z    Compiling vcpkg v0.2.15
2026-07-10T09:12:22.3861099Z    Compiling pkg-config v0.3.33
2026-07-10T09:12:22.3879174Z    Compiling base64 v0.22.1
2026-07-10T09:12:22.3885202Z    Compiling data-encoding v2.11.0
2026-07-10T09:12:22.4643554Z    Compiling want v0.3.1
2026-07-10T09:12:22.5130840Z    Compiling tinyvec v1.11.0
2026-07-10T09:12:22.7587508Z    Compiling parking_lot v0.12.5
2026-07-10T09:12:22.8065347Z    Compiling crypto-common v0.2.2
2026-07-10T09:12:22.9473266Z    Compiling synstructure v0.13.2
2026-07-10T09:12:22.9890394Z    Compiling darling_core v0.20.11
2026-07-10T09:12:23.1174504Z    Compiling block-buffer v0.12.0
2026-07-10T09:12:23.3600581Z    Compiling sha2 v0.10.9
2026-07-10T09:12:23.3601067Z    Compiling vergen-lib v9.1.0
2026-07-10T09:12:23.4281034Z    Compiling inout v0.1.4
2026-07-10T09:12:23.4343216Z    Compiling n0-future v0.3.2
2026-07-10T09:12:23.5341686Z    Compiling diatomic-waker v0.2.3
2026-07-10T09:12:23.5461458Z    Compiling serde_json v1.0.150
2026-07-10T09:12:23.6007486Z    Compiling parking v2.2.1
2026-07-10T09:12:23.6461366Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T09:12:23.6556013Z    Compiling signature v2.2.0
2026-07-10T09:12:23.7483214Z    Compiling spin v0.10.0
2026-07-10T09:12:23.8227667Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-10T09:12:23.8249213Z    Compiling winnow v1.0.3
2026-07-10T09:12:23.8438124Z    Compiling cordyceps v0.3.4
2026-07-10T09:12:23.8612463Z    Compiling crossbeam-utils v0.8.21
2026-07-10T09:12:23.8727066Z    Compiling httpdate v1.0.3
2026-07-10T09:12:23.9815032Z    Compiling ed25519 v2.2.3
2026-07-10T09:12:24.0681341Z    Compiling futures-lite v2.6.1
2026-07-10T09:12:24.1835331Z    Compiling futures-buffered v0.2.13
2026-07-10T09:12:24.2043933Z    Compiling digest v0.11.3
2026-07-10T09:12:24.2073170Z    Compiling cipher v0.4.4
2026-07-10T09:12:24.4726851Z    Compiling universal-hash v0.5.1
2026-07-10T09:12:24.4753187Z    Compiling vergen v9.1.0
2026-07-10T09:12:24.5616689Z    Compiling vergen-lib v0.1.6
2026-07-10T09:12:24.5617658Z    Compiling noq-udp v0.10.0
2026-07-10T09:12:24.5797063Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T09:12:24.6362993Z    Compiling heapless v0.7.17
2026-07-10T09:12:24.6905811Z    Compiling socket2 v0.6.4
2026-07-10T09:12:24.8257629Z    Compiling mio v1.2.1
2026-07-10T09:12:24.8584240Z    Compiling sync_wrapper v1.0.2
2026-07-10T09:12:24.8879834Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T09:12:24.9553436Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T09:12:25.0668336Z    Compiling opaque-debug v0.3.1
2026-07-10T09:12:25.0869142Z    Compiling byteorder v1.5.0
2026-07-10T09:12:25.1643764Z    Compiling allocator-api2 v0.2.21
2026-07-10T09:12:25.3151885Z    Compiling serde_derive v1.0.228
2026-07-10T09:12:25.4803104Z    Compiling zeroize_derive v1.4.3
2026-07-10T09:12:25.4877077Z    Compiling zerofrom-derive v0.1.7
2026-07-10T09:12:25.5576020Z    Compiling yoke-derive v0.8.2
2026-07-10T09:12:25.5743346Z    Compiling tokio-macros v2.7.0
2026-07-10T09:12:25.8168640Z    Compiling futures-macro v0.3.32
2026-07-10T09:12:25.8647182Z    Compiling zerovec-derive v0.11.3
2026-07-10T09:12:25.9553150Z    Compiling displaydoc v0.2.6
2026-07-10T09:12:26.0223551Z    Compiling tracing-attributes v0.1.31
2026-07-10T09:12:26.3423898Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T09:12:26.3474802Z    Compiling thiserror-impl v2.0.18
2026-07-10T09:12:26.4136272Z    Compiling darling_macro v0.20.11
2026-07-10T09:12:26.5702611Z    Compiling derive_more-impl v2.1.1
2026-07-10T09:12:26.7878211Z    Compiling n0-error-macros v0.1.3
2026-07-10T09:12:27.3135881Z    Compiling zeroize v1.8.2
2026-07-10T09:12:27.6618276Z    Compiling rustls-pki-types v1.14.1
2026-07-10T09:12:27.6942441Z    Compiling darling v0.20.11
2026-07-10T09:12:27.8785511Z    Compiling spez v0.1.2
2026-07-10T09:12:28.0370298Z    Compiling derive_builder_core v0.20.2
2026-07-10T09:12:28.0780906Z    Compiling futures-util v0.3.32
2026-07-10T09:12:28.1135880Z    Compiling tokio v1.52.3
2026-07-10T09:12:28.2472456Z    Compiling windows-implement v0.60.2
2026-07-10T09:12:28.2738420Z    Compiling windows-interface v0.59.3
2026-07-10T09:12:28.3184248Z    Compiling zerofrom v0.1.8
2026-07-10T09:12:28.5493258Z    Compiling n0-error v0.1.3
2026-07-10T09:12:28.6067000Z    Compiling der v0.8.0-rc.10
2026-07-10T09:12:28.6205584Z    Compiling pin-project-internal v1.1.13
2026-07-10T09:12:28.7137946Z    Compiling yoke v0.8.3
2026-07-10T09:12:29.0389358Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T09:12:29.1774554Z    Compiling zerovec v0.11.6
2026-07-10T09:12:29.2598942Z    Compiling zerotrie v0.2.4
2026-07-10T09:12:29.3359282Z    Compiling windows-core v0.62.2
2026-07-10T09:12:29.3893141Z    Compiling hash32 v0.2.1
2026-07-10T09:12:29.4606324Z    Compiling polyval v0.6.2
2026-07-10T09:12:29.5955793Z    Compiling derive_builder_macro v0.20.2
2026-07-10T09:12:29.6826546Z    Compiling ed25519-dalek v2.2.0
2026-07-10T09:12:29.8105013Z    Compiling tinystr v0.8.3
2026-07-10T09:12:29.9739941Z    Compiling potential_utf v0.1.5
2026-07-10T09:12:29.9821218Z    Compiling spki v0.8.0-rc.4
2026-07-10T09:12:30.1123630Z    Compiling icu_locale_core v2.2.0
2026-07-10T09:12:30.2310264Z    Compiling icu_collections v2.2.0
2026-07-10T09:12:30.2311079Z    Compiling derive_builder v0.20.2
2026-07-10T09:12:30.2942685Z    Compiling pin-project v1.1.13
2026-07-10T09:12:30.2943395Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T09:12:30.6555267Z    Compiling spin v0.9.8
2026-07-10T09:12:30.6644828Z    Compiling vergen-gitcl v1.0.8
2026-07-10T09:12:30.6645627Z    Compiling windows-threading v0.2.1
2026-07-10T09:12:30.7461972Z    Compiling signature v3.0.0
2026-07-10T09:12:30.7945320Z    Compiling ryu v1.0.23
2026-07-10T09:12:30.8254397Z    Compiling fallible-iterator v0.3.0
2026-07-10T09:12:30.9009730Z    Compiling tower-layer v0.3.3
2026-07-10T09:12:31.0239859Z    Compiling ipnet v2.12.0
2026-07-10T09:12:31.0699434Z    Compiling futures-executor v0.3.32
2026-07-10T09:12:31.0869197Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T09:12:31.1754090Z    Compiling icu_provider v2.2.0
2026-07-10T09:12:31.3523547Z    Compiling futures v0.3.32
2026-07-10T09:12:31.4094528Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T09:12:31.4763016Z    Compiling prefix-trie v0.8.4
2026-07-10T09:12:31.5313945Z    Compiling windows-future v0.3.2
2026-07-10T09:12:31.5541926Z    Compiling once_cell v1.21.4
2026-07-10T09:12:31.6015148Z    Compiling windows-targets v0.52.6
2026-07-10T09:12:31.7746214Z    Compiling icu_properties v2.2.0
2026-07-10T09:12:31.8026690Z    Compiling icu_normalizer v2.2.0
2026-07-10T09:12:31.8573848Z    Compiling derive_more v2.1.1
2026-07-10T09:12:31.9311284Z    Compiling windows-collections v0.3.2
2026-07-10T09:12:31.9352477Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T09:12:32.2009332Z    Compiling tokio-util v0.7.18
2026-07-10T09:12:32.2725114Z    Compiling windows-numerics v0.3.1
2026-07-10T09:12:32.4604480Z    Compiling tracing-core v0.1.36
2026-07-10T09:12:32.6010357Z    Compiling spt-proto v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-10T09:12:32.7330091Z    Compiling proc-macro-crate v3.5.0
2026-07-10T09:12:32.8616441Z    Compiling ghash v0.5.1
2026-07-10T09:12:32.9373027Z    Compiling hashbrown v0.14.5
2026-07-10T09:12:32.9738837Z    Compiling cobs v0.3.0
2026-07-10T09:12:33.0179828Z    Compiling postcard-derive v0.2.2
2026-07-10T09:12:33.0550375Z    Compiling aes v0.8.4
2026-07-10T09:12:33.0790380Z    Compiling ctr v0.9.2
2026-07-10T09:12:33.0790847Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T09:12:33.2933601Z    Compiling tracing v0.1.44
2026-07-10T09:12:33.3189551Z    Compiling fs2 v0.4.3
2026-07-10T09:12:33.3584097Z    Compiling time v0.3.47
2026-07-10T09:12:33.3901307Z    Compiling http-body-util v0.1.3
2026-07-10T09:12:33.6357180Z    Compiling hashlink v0.9.1
2026-07-10T09:12:33.6688197Z    Compiling aead v0.5.2
2026-07-10T09:12:33.7438797Z    Compiling utf8parse v0.2.2
2026-07-10T09:12:33.7442152Z    Compiling h2 v0.4.14
2026-07-10T09:12:33.8877750Z    Compiling idna_adapter v1.2.2
2026-07-10T09:12:33.8967087Z    Compiling ipconfig v0.3.4
2026-07-10T09:12:33.8967556Z    Compiling widestring v1.2.1
2026-07-10T09:12:33.9255846Z    Compiling arrayvec v0.7.6
2026-07-10T09:12:33.9347489Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T09:12:34.0156109Z    Compiling idna v1.1.0
2026-07-10T09:12:34.0413549Z    Compiling rusqlite v0.32.1
2026-07-10T09:12:34.2337161Z    Compiling aes-gcm v0.10.3
2026-07-10T09:12:34.3166724Z    Compiling url v2.5.8
2026-07-10T09:12:34.3733330Z    Compiling postcard v1.1.3
2026-07-10T09:12:34.3733825Z    Compiling num_enum_derive v0.7.6
2026-07-10T09:12:34.4075903Z    Compiling data-encoding-macro v0.1.20
2026-07-10T09:12:34.4091895Z    Compiling windows v0.62.2
2026-07-10T09:12:34.4224661Z    Compiling windows-sys v0.59.0
2026-07-10T09:12:34.5325546Z    Compiling tower v0.5.3
2026-07-10T09:12:34.5588235Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T09:12:34.6378727Z    Compiling crossbeam-channel v0.5.15
2026-07-10T09:12:35.0161131Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T09:12:35.0445056Z    Compiling spt-store v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-10T09:12:35.2854684Z    Compiling chrono v0.4.45
2026-07-10T09:12:35.2959091Z    Compiling async-trait v0.1.89
2026-07-10T09:12:35.3774635Z    Compiling enum-assoc v1.3.0
2026-07-10T09:12:35.5444077Z    Compiling strum_macros v0.28.0
2026-07-10T09:12:35.5734762Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T09:12:35.8533813Z    Compiling blake3 v1.8.5
2026-07-10T09:12:35.8802800Z    Compiling windows-registry v0.6.1
2026-07-10T09:12:36.0085281Z    Compiling memoffset v0.6.5
2026-07-10T09:12:36.1610288Z    Compiling netwatch v0.16.0
2026-07-10T09:12:36.2466809Z    Compiling noq v0.18.0
2026-07-10T09:12:36.2897856Z    Compiling acto v0.8.2
2026-07-10T09:12:36.4452540Z    Compiling ref-cast v1.0.25
2026-07-10T09:12:36.4456599Z    Compiling tagptr v0.2.0
2026-07-10T09:12:36.5415071Z    Compiling mac-addr v0.3.0
2026-07-10T09:12:37.0837965Z    Compiling lru-slab v0.1.2
2026-07-10T09:12:37.0849448Z    Compiling xml-rs v0.8.28
2026-07-10T09:12:37.1263300Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T09:12:37.1672337Z    Compiling rustc-hash v2.1.2
2026-07-10T09:12:37.1672759Z    Compiling foldhash v0.2.0
2026-07-10T09:12:37.1797954Z    Compiling thiserror v1.0.69
2026-07-10T09:12:37.2302051Z    Compiling identity-hash v0.1.0
2026-07-10T09:12:37.3865265Z    Compiling hyper v1.10.1
2026-07-10T09:12:37.3865737Z    Compiling hashbrown v0.16.1
2026-07-10T09:12:37.4074601Z    Compiling netdev v0.42.0
2026-07-10T09:12:37.4219148Z    Compiling moka v0.12.15
2026-07-10T09:12:37.5009133Z    Compiling iroh-metrics v0.38.3
2026-07-10T09:12:37.5336691Z    Compiling iroh-relay v0.98.0
2026-07-10T09:12:37.9470802Z    Compiling spt-msg v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-10T09:12:37.9786726Z    Compiling xmltree v0.10.3
2026-07-10T09:12:38.3294781Z    Compiling num_enum v0.7.6
2026-07-10T09:12:38.3337410Z    Compiling tower-http v0.6.11
2026-07-10T09:12:38.3670169Z    Compiling strum v0.28.0
2026-07-10T09:12:38.4731473Z    Compiling iroh-base v0.98.0
2026-07-10T09:12:38.5196084Z    Compiling attohttpc v0.30.1
2026-07-10T09:12:38.7382238Z    Compiling n0-watcher v0.6.1
2026-07-10T09:12:38.7679174Z    Compiling tokio-stream v0.1.18
2026-07-10T09:12:38.7785918Z    Compiling serde_spanned v0.6.9
2026-07-10T09:12:38.9367145Z    Compiling hyper-util v0.1.20
2026-07-10T09:12:38.9749383Z    Compiling toml_datetime v0.6.11
2026-07-10T09:12:39.0747587Z    Compiling ref-cast-impl v1.0.25
2026-07-10T09:12:39.1093155Z    Compiling thiserror-impl v1.0.69
2026-07-10T09:12:39.1151458Z    Compiling serde_derive_internals v0.29.1
2026-07-10T09:12:39.3345094Z    Compiling simple-dns v0.9.3
2026-07-10T09:12:39.4033071Z    Compiling serial-core v0.4.0
2026-07-10T09:12:39.4527044Z    Compiling aho-corasick v1.1.4
2026-07-10T09:12:39.4527489Z    Compiling sha1_smol v1.0.1
2026-07-10T09:12:39.6808333Z    Compiling winreg v0.10.1
2026-07-10T09:12:39.7313022Z    Compiling arrayref v0.3.9
2026-07-10T09:12:39.7957123Z    Compiling resolv-conf v0.7.6
2026-07-10T09:12:39.8473258Z    Compiling constant_time_eq v0.4.2
2026-07-10T09:12:39.9142785Z    Compiling toml_write v0.1.2
2026-07-10T09:12:39.9349334Z    Compiling simdutf8 v0.1.5
2026-07-10T09:12:40.0639561Z    Compiling regex-syntax v0.8.10
2026-07-10T09:12:40.1461625Z    Compiling winnow v0.7.15
2026-07-10T09:12:40.3835350Z    Compiling smol_str v0.1.24
2026-07-10T09:12:40.3847028Z    Compiling igd-next v0.17.1
2026-07-10T09:12:40.4373564Z    Compiling schemars_derive v1.2.1
2026-07-10T09:12:40.4617677Z    Compiling iroh-dns v0.98.0
2026-07-10T09:12:41.0384583Z    Compiling serial-windows v0.4.0
2026-07-10T09:12:41.3234057Z    Compiling lru v0.16.4
2026-07-10T09:12:41.4069510Z    Compiling webpki-roots v1.0.7
2026-07-10T09:12:41.4120316Z    Compiling seize v0.5.1
2026-07-10T09:12:41.5130500Z    Compiling darling_core v0.23.0
2026-07-10T09:12:41.5324980Z    Compiling serde_bytes v0.11.19
2026-07-10T09:12:41.6121108Z    Compiling hmac v0.12.1
2026-07-10T09:12:41.6180533Z    Compiling iroh v0.98.2
2026-07-10T09:12:41.7276008Z    Compiling cmov v0.5.4
2026-07-10T09:12:41.8095810Z    Compiling pin-utils v0.1.0
2026-07-10T09:12:41.8397663Z    Compiling dyn-clone v1.0.20
2026-07-10T09:12:41.8478956Z    Compiling lazy_static v1.5.0
2026-07-10T09:12:41.9254091Z    Compiling anstyle v1.0.14
2026-07-10T09:12:41.9557709Z    Compiling bitflags v1.3.2
2026-07-10T09:12:42.0028853Z    Compiling once_cell_polyfill v1.70.2
2026-07-10T09:12:42.0198572Z    Compiling shared_library v0.1.9
2026-07-10T09:12:42.0510186Z    Compiling nix v0.25.1
2026-07-10T09:12:42.0788340Z    Compiling ctutils v0.4.2
2026-07-10T09:12:42.1096938Z    Compiling anstyle-wincon v3.0.11
2026-07-10T09:12:42.1443532Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T09:12:42.1784342Z    Compiling toml_edit v0.22.27
2026-07-10T09:12:42.1980673Z    Compiling hkdf v0.12.4
2026-07-10T09:12:42.2025126Z    Compiling papaya v0.2.4
2026-07-10T09:12:42.4123462Z    Compiling regex-automata v0.4.14
2026-07-10T09:12:42.4169240Z    Compiling serial v0.4.0
2026-07-10T09:12:42.4169647Z    Compiling filedescriptor v0.8.3
2026-07-10T09:12:42.5280155Z    Compiling anstyle-parse v1.0.0
2026-07-10T09:12:42.5321657Z    Compiling backon v1.6.0
2026-07-10T09:12:42.8651230Z    Compiling anstyle-query v1.1.5
2026-07-10T09:12:42.8799406Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T09:12:42.9619590Z    Compiling downcast-rs v1.2.1
2026-07-10T09:12:42.9775213Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T09:12:43.0004004Z    Compiling shell-words v1.1.1
2026-07-10T09:12:43.1101006Z    Compiling instability v0.3.12
2026-07-10T09:12:43.1346065Z    Compiling colorchoice v1.0.5
2026-07-10T09:12:43.1472291Z    Compiling paste v1.0.15
2026-07-10T09:12:43.2133635Z    Compiling schemars v1.2.1
2026-07-10T09:12:43.2562731Z    Compiling foldhash v0.1.5
2026-07-10T09:12:43.3122128Z    Compiling anstream v1.0.0
2026-07-10T09:12:43.4254194Z    Compiling portable-pty v0.8.1
2026-07-10T09:12:43.4673194Z    Compiling vte v0.13.1
2026-07-10T09:12:43.5624276Z    Compiling hashbrown v0.15.5
2026-07-10T09:12:43.5896483Z    Compiling spake2 v0.4.0
2026-07-10T09:12:43.7646318Z    Compiling strum_macros v0.26.4
2026-07-10T09:12:43.8740740Z    Compiling terminal_size v0.4.4
2026-07-10T09:12:44.0304135Z    Compiling wmi v0.18.4
2026-07-10T09:12:44.0608793Z    Compiling crossterm_winapi v0.9.1
2026-07-10T09:12:44.3117818Z    Compiling toml v0.8.23
2026-07-10T09:12:44.3456436Z    Compiling itertools v0.13.0
2026-07-10T09:12:44.6497830Z    Compiling regex v1.12.3
2026-07-10T09:12:44.8155197Z    Compiling sha1 v0.10.6
2026-07-10T09:12:45.1662037Z    Compiling spt-runtime v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-10T09:12:45.1932118Z    Compiling darling_macro v0.23.0
2026-07-10T09:12:45.4172007Z    Compiling castaway v0.2.4
2026-07-10T09:12:45.4907039Z    Compiling clap_lex v1.1.0
2026-07-10T09:12:45.6570608Z    Compiling doctest-file v1.1.1
2026-07-10T09:12:45.8184689Z    Compiling darling v0.23.0
2026-07-10T09:12:45.8836095Z    Compiling indoc v2.0.7
2026-07-10T09:12:46.1158241Z    Compiling portmapper v0.16.0
2026-07-10T09:12:46.1329110Z    Compiling static_assertions v1.1.0
2026-07-10T09:12:46.1484059Z    Compiling recvmsg v1.0.0
2026-07-10T09:12:46.1484493Z    Compiling unicode-width v0.1.14
2026-07-10T09:12:46.3365944Z    Compiling compact_str v0.8.2
2026-07-10T09:12:46.3983215Z    Compiling unicode-truncate v1.1.0
2026-07-10T09:12:46.5379131Z    Compiling strum v0.26.3
2026-07-10T09:12:46.5571203Z    Compiling interprocess v2.4.2
2026-07-10T09:12:46.6124236Z    Compiling clap_builder v4.6.0
2026-07-10T09:12:46.6175155Z    Compiling crossterm v0.28.1
2026-07-10T09:12:46.7295183Z    Compiling spt-term v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-10T09:12:46.9830857Z    Compiling lru v0.12.5
2026-07-10T09:12:47.4152958Z    Compiling clap_derive v4.6.1
2026-07-10T09:12:47.7390777Z    Compiling error-code v3.3.2
2026-07-10T09:12:47.8331628Z    Compiling cassowary v0.3.0
2026-07-10T09:12:47.9505879Z    Compiling spt-live v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-10T09:12:47.9922128Z    Compiling unicode-width v0.2.0
2026-07-10T09:12:48.0578175Z    Compiling clipboard-win v5.4.1
2026-07-10T09:12:48.1130513Z    Compiling nucleo-matcher v0.3.1
2026-07-10T09:12:48.1338799Z    Compiling qrcode v0.14.1
2026-07-10T09:12:48.1648750Z    Compiling tempfile v3.27.0
2026-07-10T09:12:48.4972066Z    Compiling ratatui v0.29.0
2026-07-10T09:12:49.6115227Z    Compiling clap v4.6.1
2026-07-10T09:13:01.4812021Z    Compiling rustls-webpki v0.103.13
2026-07-10T09:13:03.8160771Z    Compiling tokio-rustls v0.26.4
2026-07-10T09:13:03.8161181Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T09:13:03.8161481Z    Compiling noq-proto v0.17.0
2026-07-10T09:13:03.9669659Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T09:13:03.9670113Z    Compiling hyper-rustls v0.27.9
2026-07-10T09:13:03.9670486Z    Compiling tokio-websockets v0.13.2
2026-07-10T09:13:04.1222811Z    Compiling reqwest v0.13.4
2026-07-10T09:13:05.8376142Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T09:13:22.8476055Z    Compiling spt-net v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-10T09:13:24.5064599Z    Compiling spt-daemon v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-10T09:13:35.3261512Z    Compiling spt v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-10T09:13:44.1920506Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s
2026-07-10T09:13:44.2164158Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-da9a758a4911d202.exe)
2026-07-10T09:13:44.2938217Z 
2026-07-10T09:13:44.2938597Z running 1 test
2026-07-10T09:13:53.2310761Z test new_brain_serves_against_old_broker ... ok
2026-07-10T09:13:53.2310988Z 
2026-07-10T09:13:53.2311186Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.94s
2026-07-10T09:13:53.2311446Z 
